The Lock Data Type
The lock data type defines a value that is used by the functionOTClearLock
and theOTAcquireLock
function to ensure that Open Transport does not recursively reenter locked areas of code. The lock data type is defined by theOTLock
data type.
typedef UInt8 OTLock;